Vcenter Ovf TagParams
The Vcenter Ovf TagParams schema contains information required to attach tags while deploying a VM.
This schema was added in vSphere API 9.1.0.0.
{
"tags": [
{
"tag_id": "string",
"tag_name_spec": {
"tag_name": "string",
"category_name": "string"
}
}
],
"type": "string"
}
List of tag parameters which contains information required to attach tags while deploying a VM.
This property was added in vSphere API 9.1.0.0.
This property is not used for the create operation. It will always be present in the response of the get or list operations. It is not used for the update operation.
Unique identifier describing the type of the OVF parameters. The value is the name of the OVF parameters schema.
This property must be provided in the input parameters when deploying an OVF package. This property will always be present in the result when retrieving information about an OVF package.